github.com/klauspost/compress/zstd.seq.offset (field)
41 uses
github.com/klauspost/compress/zstd (current package)
blockenc.go#L488: if seq.litLen == uint32(len(b.literals)) && seq.offset-3 == 1 {
blockenc.go#L751: wr.addBits32NC(s.offset, ofB.outBits)
blockenc.go#L770: extraBits := uint64(s.offset & bitMask32[outBits])
blockenc.go#L863: v = ofCode(seq.offset)
dict.go#L288: offset := seq.offset
enc_best.go#L147: blk.sequences = append(blk.sequences, seq{litLen: 1, matchLen: uint32(len(src)-1) - zstdMinMatch, offset: 1 + 3})
enc_best.go#L369: seq.offset = uint32(best.rep & 3)
enc_best.go#L430: seq.offset = uint32(s-t) + 3
enc_better.go#L114: blk.sequences = append(blk.sequences, seq{litLen: 1, matchLen: uint32(len(src)-1) - zstdMinMatch, offset: 1 + 3})
enc_better.go#L202: seq.offset = 1
enc_better.go#L261: seq.offset = 2
enc_better.go#L491: seq.offset = uint32(s-t) + 3
enc_better.go#L541: seq.offset = 1
enc_better.go#L722: seq.offset = 1
enc_better.go#L783: seq.offset = 2
enc_better.go#L1007: seq.offset = uint32(s-t) + 3
enc_better.go#L1062: seq.offset = 1
enc_dfast.go#L161: seq.offset = 1
enc_dfast.go#L280: seq.offset = uint32(s-t) + 3
enc_dfast.go#L340: seq.offset = 1
enc_dfast.go#L468: seq.offset = 1
enc_dfast.go#L584: seq.offset = uint32(s-t) + 3
enc_dfast.go#L645: seq.offset = 1
enc_dfast.go#L809: seq.offset = 1
enc_dfast.go#L929: seq.offset = uint32(s-t) + 3
enc_dfast.go#L999: seq.offset = 1
enc_fast.go#L155: seq.offset = 1
enc_fast.go#L238: seq.offset = uint32(s-t) + 3
enc_fast.go#L262: seq.offset = 1
enc_fast.go#L393: seq.offset = 1
enc_fast.go#L478: seq.offset = uint32(s-t) + 3
enc_fast.go#L502: seq.offset = 1
enc_fast.go#L655: seq.offset = 1
enc_fast.go#L738: seq.offset = uint32(s-t) + 3
enc_fast.go#L763: seq.offset = 1
seqdec.go#L16: offset uint32
seqdec.go#L28: if s.offset <= 3 {
seqdec.go#L29: if s.offset == 0 {
seqdec.go#L32: return fmt.Sprint("litLen:", s.litLen, ", matchLen:", s.matchLen+zstdMinMatch, ", offset:", s.offset, " (repeat)")
seqdec.go#L34: return fmt.Sprint("litLen:", s.litLen, ", matchLen:", s.matchLen+zstdMinMatch, ", offset:", s.offset-3, " (new)")
snappy.go#L392: offset: offset,
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |